home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / progjour / 1991 / 02 / watcom / z.msg < prev   
Text File  |  1990-12-21  |  1KB  |  30 lines

  1.  
  2. Microsoft (R) Program Maintenance Utility  Version 4.07
  3. Copyright (C) Microsoft Corp 1984-1988.  All rights reserved.
  4.  
  5.  
  6.   wcl -mm -c -s -zw -oas -w2 -zp -zi min.c
  7. WATCOM C Compile and Link Utility Version 8.0
  8. Copyright by WATCOM Systems Inc. 1988, 1990.  All rights reserved.
  9.         wcc min.c  -mm -s -zw -oas -w2 -zp -zi
  10. WATCOM C Optimizing Compiler Version 8.0 
  11. Copyright by WATCOM Systems Inc. 1984, 1990.  All rights reserved.
  12. WATCOM is a trademark of WATCOM Systems Inc.
  13. min.c(18): Warning! W202: Symbol 'lpszCmdLine' has been defined, but not referenced
  14. min.c: 79 lines, included 3450, 1 warnings, 0 errors
  15. Code size: 274
  16.  
  17.   wlink @min.lnk
  18. WATCOM Linker Version 6.0 
  19. Copyright by WATCOM Systems Inc. 1985, 1990.  All rights reserved.
  20. loading object files
  21. searching libraries
  22. creating map file
  23. creating a Windows executable
  24.   rc min.res
  25. Microsoft (R) Windows Resource Compiler  Version 3.00
  26. Copyright (C) Microsoft Corp. 1985-1990.  All rights reserved.
  27.  
  28. RC: warning RW4002: Entry point segment 1 set to PRELOAD
  29. RC: warning RW4002: Non-discardable segment 2 set to PRELOAD
  30.